home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / backup.arc / READ_ME.DOC < prev   
Text File  |  1991-12-04  |  3KB  |  88 lines

  1.                    Backup System Documentation
  2.  
  3.  
  4. Program description for Backup system:-
  5.  
  6. 1. BACKUP.CLP  Executes Backup commands. Called by BKP102.
  7.    Six Parms are received Backup Type (DAILY WEEKLY MONTHLY or
  8.    SPECIAL) and Save medium where S=Savefile D=Diskette and T=Tape.
  9.    Object to be saved, Library name, and Return Code.
  10.  
  11.  -- This program monitors for CPF3793 Message ID and aborts
  12.     execution. Message Text is 'Machine Storage Limit reached.
  13.  
  14.    I use SAVCHGOBJ command for daily backup, SAVLIB or
  15.    SAVOBJ for Weekly and Special, and SAVLIB for Monthly.
  16.    These Commands can be modified to fit your needs.
  17.  
  18. 2. BACKUPF.PF Physical file to hold backup entries.
  19.  
  20. 3. BKPSAVF.CLP Backups Savefiles to Diskette or Tape. One Parm
  21.    is passed Save medium (D=Diskette T=Tape).
  22.  
  23. 4. BKP100.RPG On-line Maintenance of Backup physical file.
  24.  
  25. 5. BKP100FM.DSP Display file for BKP100.RPG.
  26.  
  27. 6. BKP101.RPG Prints Backup file entries.
  28.  
  29. 7. BKP102.RPG Execute backup commands. Two Parms are Passed.
  30.      a) Backup type:
  31.           'DAILY' for daily backup.
  32.           'WEEKLY' for Weekly backup.
  33.           'MONTHLY' for Monthly backup.
  34.           'SPECIAL' for Special backups.
  35.      b) Save medium:
  36.           'S' Save to Save files.
  37.                If this option is selected program will Create or
  38.                Clear Save files and Stamp its text with Current
  39.  
  40.                Save file Name is Created using following template:
  41.                Library name-  LIBABCDEFG
  42.                Save file name-            SALIBADEFG
  43.                'SA' *TCAT %SST(LIBABCDEFG 1 4) *TCAT %SST(LIBABCDEFG +
  44.                 7 4)
  45.                 This can be changed to fit your needs.
  46.           'D' Save to Diskette.
  47.           'T' Save to Tape.
  48.               Change device names to fit your configuration.
  49.  
  50.  
  51. 8. BLDQLFC From Jim Salon's Tips and Techniques. Builds Qualified
  52.    name from two parm OBJECT and LIBRARY to OBJECT.LIBRARY.
  53.  
  54.     To compile these Programs first create BKPUPF Physical file
  55.     and BKP100FM Display files.
  56.         Check COMPILATION OPTINS in Program documentation and
  57.         create necessary files.
  58.  
  59.     Using this system for backups will eliminate you having to
  60.     change backup program every time you need to add or remove
  61.     a library or an object to backup list.
  62.  
  63.     It is really helpful if you have extra disk space available
  64.     to set this program to run on delay time. Do your backups in
  65.     unattended mode and then save them to tape or diskette in the
  66.     morning.
  67.  
  68.     In Program BKPSAVF I change job to message reply *SYSRPYL
  69.     and I've added following message ID's to my reply list:
  70.          CPA4029 reply INZ
  71.          CPA4045 reply INZ
  72.          CPA5328 reply I
  73.     this helps having to answer all the messages.
  74.  
  75.     You be the Judge of Authority of these programs.
  76.     Again I do not Guarantee anything.
  77.  
  78.                                        Brian Grewal
  79.                                        Delta Data Systems
  80.                                        7175 Columbia Gateway Dr.
  81.                                        Columbia MD 21046
  82.                                        301-290-6400
  83.  
  84. If any questions, problems, or Improvement Ideas feel free to
  85. give me a call.
  86.  
  87.  
  88.